Report on Profiles

This section describes how you can create the report definition for profiles.

Follow these steps:

  1. Edit the reports.xml file and include the report definition for the properties of the Profile table that you want to report on.
  2. Edit the reports_schema.xml file and include the schema definition for the report. You can also generate the schema definition using a tool of your choice and include it in the reports_schema.xml file.

The following example shows the report definition to report on the Profile table:

 <report>
    <Name>Profiles</Name>
        <Profile>
            <Report_Output>
               	<Property>
            		<Type>ID</Type>
             		<Type>Name</Type>
             		<Type>Description</Type>
             		<Type>Is_BuiltIn</Type>
                </Property>
             </Report_Output>
        </Profile>
</report>

Column Name

Description

Id

Unique identifier for the profile

Name

Name of the profile

Description

Description associated with the profile

Is_BuiltIn

Integer "1" indicating if the profile is a built-in profile.